LogChannel.GetIntValue 方法
取得点位置值并将值转换为 int。
命名空间:IntervalZero.KINGSTAR.Base.Class组合: IntervalZero.KINGSTAR.Base.Class (于 IntervalZero.KINGSTAR.Base.dll) 版本:4.4.0.0
语法
public int GetIntValue(
int PointIndex
)Public Function GetIntValue(
PointIndex As Integer
) As Integer参数
PointIndex
型别:int
点位置索引。
回传值
型别:int
回传一个 int 值。
参见